object Form5: TForm5 Left = 376 Top = 226 Width = 294 Height = 456 Caption = 'Slide Show Options' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False PixelsPerInch = 120 TextHeight = 16 object GroupBox1: TGroupBox Left = 10 Top = 10 Width = 119 Height = 70 Caption = 'View' TabOrder = 0 object RadioButton1: TRadioButton Left = 10 Top = 20 Width = 100 Height = 21 Caption = 'Full Screen' TabOrder = 0 end object RadioButton2: TRadioButton Left = 10 Top = 39 Width = 100 Height = 21 Caption = 'Windowed' Checked = True TabOrder = 1 TabStop = True end end object GroupBox2: TGroupBox Left = 148 Top = 10 Width = 129 Height = 143 Caption = 'Stamp on image:' TabOrder = 1 object Label3: TLabel Left = 10 Top = 123 Width = 58 Height = 16 Caption = 'Font size:' end object Label4: TLabel Left = 8 Top = 64 Width = 91 Height = 16 Caption = 'Stamp location:' end object CheckBox1: TCheckBox Left = 10 Top = 20 Width = 109 Height = 21 Caption = 'Slide number' Checked = True State = cbChecked TabOrder = 0 end object CheckBox2: TCheckBox Left = 10 Top = 39 Width = 90 Height = 21 Caption = 'Date/Time' Checked = True State = cbChecked TabOrder = 1 end object Edit2: TEdit Left = 72 Top = 115 Width = 41 Height = 24 TabOrder = 2 Text = '30' end object RadioButton7: TRadioButton Left = 8 Top = 80 Width = 81 Height = 17 Caption = 'Upper left' Checked = True TabOrder = 3 TabStop = True end object RadioButton8: TRadioButton Left = 8 Top = 96 Width = 113 Height = 17 Caption = 'Lower middle' TabOrder = 4 end end object GroupBox3: TGroupBox Left = 10 Top = 153 Width = 267 Height = 188 Caption = 'Presentation' TabOrder = 2 object GroupBox4: TGroupBox Left = 10 Top = 20 Width = 247 Height = 70 Caption = 'Flow' TabOrder = 0 object RadioButton3: TRadioButton Left = 10 Top = 20 Width = 159 Height = 21 Caption = 'User advance' Checked = True TabOrder = 0 TabStop = True OnClick = RadioButton3Click end object RadioButton4: TRadioButton Left = 10 Top = 39 Width = 139 Height = 21 Caption = 'Auto advance' TabOrder = 1 OnClick = RadioButton4Click end end object GroupBox5: TGroupBox Left = 10 Top = 89 Width = 247 Height = 89 Caption = 'Auto advance' TabOrder = 1 object Label1: TLabel Left = 10 Top = 69 Width = 61 Height = 16 Caption = 'Display for' end object Label2: TLabel Left = 128 Top = 69 Width = 49 Height = 16 Caption = 'seconds' end object RadioButton5: TRadioButton Left = 10 Top = 20 Width = 90 Height = 21 Caption = 'Next slide' Checked = True Enabled = False TabOrder = 0 TabStop = True end object RadioButton6: TRadioButton Left = 10 Top = 39 Width = 90 Height = 21 Caption = 'Random' Enabled = False TabOrder = 1 end object Edit1: TEdit Left = 79 Top = 59 Width = 40 Height = 24 Enabled = False TabOrder = 2 Text = '5' end end end object CheckBox3: TCheckBox Left = 10 Top = 350 Width = 257 Height = 20 Caption = 'Show these options before slide show' Checked = True State = cbChecked TabOrder = 3 end object BitBtn1: TBitBtn Left = 10 Top = 381 Width = 90 Height = 31 TabOrder = 4 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 187 Top = 381 Width = 92 Height = 31 TabOrder = 5 OnClick = BitBtn2Click Kind = bkCancel end end